home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR10 / XLIB06.ZIP / XTEXT.INC < prev    next >
Text File  |  1993-09-13  |  1KB  |  32 lines

  1. ;-----------------------------------------------------------------------
  2. ;
  3. ; XPOINT - Include file
  4. ;
  5. ; XPOINT.ASM export functions
  6. ;
  7. ;
  8. ;
  9. ; ****** XLIB - Mode X graphics library                ****************
  10. ; ******                                               ****************
  11. ; ****** Written By Themie Gouthas                     ****************
  12. ;
  13. ; egg@dstos3.dsto.gov.au
  14. ; teg@bart.dsto.gov.au
  15. ;-----------------------------------------------------------------------
  16.  
  17.  
  18.      global _x_text_init             :proc
  19.      global _x_set_font              :proc
  20.      global _x_char_put              :proc
  21.      global _x_register_userfont     :proc
  22.      global _x_get_char_width        :proc
  23.  
  24.      global _CharHeight              :byte
  25.          global _CharWidth               :byte
  26.          global _FontPtr                 :word:2
  27.          global _FirstChar               :byte
  28.      global _UserFontPtr             :word:2
  29.      global _UserChHeight            :byte
  30.      global _UserChWidth             :byte
  31.      global _UserFirstCh             :byte
  32.